CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - udp 发送 数据

搜索资源列表

  1. p2p2

    0下载:
  2. 一个经典的C++的UDP接收和发送数据的程序。-A classic C++, UDP receive and send data through.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-10
    • 文件大小:2065752
    • 提供者:紫伶
  1. indyudp

    0下载:
  2. INDY UDP 上位机的测试程序...简单的端口接收...需安装网络调试器发送数据。-INDY UDP PC test program ... simple ... to install a network port to receive the debugger to send data.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-28
    • 文件大小:189528
    • 提供者:linson
  1. SendUDP

    0下载:
  2. vc MFC SendUDP 使用udp协议发送数据的程序源码,希望对大家有所帮助-vc MFC SendUDP udp protocol to send data using the program source code, we hope to help
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-07
    • 文件大小:25059
    • 提供者:程芽
  1. UDPsend

    1下载:
  2. 简单的UDP发送接收数据的例子,其中包含客户端和服务器端的代码-Simple example of UDP to send and receive data
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-12
    • 文件大小:2935855
    • 提供者:张晨寅
  1. UDPprogram

    0下载:
  2. 一个简单的UDP通讯程序 仅实现了数据的发送与接收。客户端发送数据 服务器端接收数据,可供借鉴。-A simple UDP communication program achieved only send and receive data. The client sends the data server to receive data, for reference.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3840686
    • 提供者:edae
  1. UDP

    0下载:
  2. UDP数据包发送程序,设置MAC,IP和端口后,设置IP绑定。在数据区填入16进制数据,用空格分开。-UDP packets to send a program, set the MAC, IP and port, set the IP binding. Fill in the data area hexadecimal data, separated by spaces.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:6221
    • 提供者:wfl
  1. iptv_udp_socket_java

    0下载:
  2. 本程序是2011年中兴捧月杯程序设计比赛中进入决赛的作品。 名称:IPTV的实现 功能:共三个子程序,分别为服务器,交换机,机顶盒 具体:服务器可以实时显示三个频道的信息,并把三个频道的视频帧以UDP单播形式发送到交换机,然后交换分别把三个频道的数据发送到三个组播组,机顶盒可以选择加入某个组,实现浏览不同频道的节目-This program is January 2011, ZTE holding the cup final game programming works. Name:
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:379408
    • 提供者:
  1. Inter_Talk

    0下载:
  2. 互连网的语音通信,使用g.729压缩。dll 中用了一个tcp连接,表示双方连通没有,用udp发送语音数据,发送端表明了发送顺序,接收端重排了顺序。-Internet voice communications, the use of g.729 compression. dll using a tcp connection, said the two sides connected No, use udp to send voice data, that the sender sent th
  3. 所属分类:ICQ-IM-Chat

    • 发布日期:2017-05-13
    • 文件大小:3233406
    • 提供者:dblei
  1. send-raw-udp

    0下载:
  2. Windows环境下实现原始UDP数据包发送-windows send raw udp packet.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:40588
    • 提供者:neo
  1. USART_to_UDP

    0下载:
  2. 串口接收pc数据,再通过网口用UDP发送出去。单片机为stm32f107-Serial port to receive the pc data through the Ethernet port using UDP sent. SCM as stm32f107
  3. 所属分类:SCM

    • 发布日期:2017-05-23
    • 文件大小:7427156
    • 提供者:michael
  1. UDP

    0下载:
  2. UDP通信,服务器端,服务器启动后,Socket想客户端固定的端口定时发送一个计数值;客户端,定时接受数据-UDP corresponndence
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-14
    • 文件大小:3823314
    • 提供者:liqinglan
  1. UDP-NAT

    0下载:
  2. P2P 之 UDP穿透NAT的原理与实现; 包括client to server and client to server. //其中client to client: p2p的消息传递和udp打洞实现。 // client to server:客户端的登记;客户端节点链表的分发;udp打洞命令的请求和分发。 // 对客户端的数据接收和发送采用不同线程来实现 //服务器的模式是:处于循环接收信息和处理消息的状态。-P2P the UDP for NAT Traversal P
  3. 所属分类:Linux Network

    • 发布日期:2017-05-09
    • 文件大小:2230516
    • 提供者: 啊生
  1. WinSockUDP

    0下载:
  2. 基于UDP的通信编程,可以设置服务器名和服务器端口以及本地端口,且能发送数据-UDP-based communication programming, you can set the server name and server port and local port, and can send data
  3. 所属分类:Communication

    • 发布日期:2017-05-17
    • 文件大小:4844267
    • 提供者:cat
  1. msocudp

    0下载:
  2. 微软提供的UDP编程实例代码,实现了客户端向服务端发送数据的功能,服务器端接收并显示。-UDP programming example code provided by Microsoft client functionality to send data to the server, the server-side receiver and display.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-11-15
    • 文件大小:99603
    • 提供者:王强
  1. IP_UDP_TCP_ICMP-checksum

    0下载:
  2. IP/UDP/TCP/ICMP的校验和 在发送数据时,为了计算数IP据报的校验和。应该按如下步骤: (1) 把IP数据报的校验和字段置为0。 (2) 把首部看成以16位为单位的数字组成,依次进行二进制反码求和 (3) 把得到的结果存入校验和字段中。 在接收数据时,计算数据报的校验和相对简单,按如下步骤: (1)把首部看成以16位为单位的数字组成,依次进行二进制反码求和,包括校验和字段。 (2)检查计算出的校验和的结果是否等于零。 (3)如果等于零,说明被整除
  3. 所属分类:Communication

    • 发布日期:2017-12-10
    • 文件大小:4111
    • 提供者:cool
  1. UDPDaDong

    0下载:
  2. UDP打洞测试程序,实现点对点信息传输,C#提供了Sockets来进行套接字的编程,里面包含了TcpClient和UdpClient。用过的大家都知道Tcp发送消息更安全,而Udp传送数据容易丢包,但速度快,能穿越防火墙。目前比较流行的QQ聊天工具底层传输协议用户的就是Udp协议(不知道现在该没)。-UDP hole punching test program, peer-to-peer information transmission, C# Sockets to socket program
  3. 所属分类:.net

    • 发布日期:2017-11-19
    • 文件大小:98725
    • 提供者:胡军华
  1. linux-send-UDP-packet

    0下载:
  2. Linux环境下,网络发包器,能发送UDP数据包。-send UDP packet using Linux environment
  3. 所属分类:Communication

    • 发布日期:2017-11-08
    • 文件大小:1443
    • 提供者:Joy
  1. 110IPPack

    0下载:
  2. 拦截指定进程的tcp/ip/udp 发送和接受到的数据包。实现网络监控的目的。监控流量-Intercept specified process tcp/ip/udp send and receive packets. The purpose of the network monitoring. Monitoring traffic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-21
    • 文件大小:41468
    • 提供者:刘浩
  1. TcpUdp

    0下载:
  2. 拦截指定进程的tcp/ip/udp 发送和接受到的数据包。实现网络监控的目的。监控流量-Intercept specified process tcp/ip/udp send and receive packets. The purpose of the network monitoring. Monitoring traffic
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:6771172
    • 提供者:刘浩
  1. test

    0下载:
  2. 一个UDP 发送与接收数据的程序,测试通过。-一个UDP 发送与接收数据的程序..测试通过。
  3. 所属分类:.net

    • 发布日期:2017-11-28
    • 文件大小:1139372
    • 提供者:段存龙
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »
搜珍网 www.dssz.com